net/http.http2ClientConn.werr (field)

7 uses

	net/http (current package)
		h2_bundle.go#L7014: 	werr error        // first write error that has occurred
		h2_bundle.go#L7398: 		err:     &cc.werr,
		h2_bundle.go#L7434: 	if cc.werr != nil {
		h2_bundle.go#L7436: 		return nil, cc.werr
		h2_bundle.go#L8155: 	werr := cc.werr
		h2_bundle.go#L8190: 	for len(hdrs) > 0 && cc.werr == nil {
		h2_bundle.go#L8210: 	return cc.werr